object-oriented database - meaning and definition. What is object-oriented database
Diclib.com
Online Dictionary

What (who) is object-oriented database - definition

DATABASE MANAGEMENT SYSTEM
ODBMS; OODBMS; OODB; Object-oriented database; Object Database; Object-oriented database management system; Object-oriented DBMS; Object oriented database; Object databases; OORDBMS; Object-oriented databases; Object database management system; Object persistence; Object-oriented-database; Object-Oriented-Database
  • date=March 20, 2009 }}, U.S. Department of Transportation, August 2001.</ref>

object-oriented database         
<database> (OODB) A system offering DBMS facilities in an object-oriented programming environment. Data is stored as objects and can be interpreted only using the methods specified by its class. The relationship between similar objects is preserved (inheritance) as are references between objects. Queries can be faster because joins are often not needed (as in a relational database). This is because an object can be retrieved directly without a search, by following its object id. The same programming language can be used for both data definition and data manipulation. The full power of the database programming language's type system can be used to model data structures and the relationship between the different data items. Multimedia applications are facilitated because the class methods associated with the data are responsible for its correct interpretation. OODBs typically provide better support for versioning. An object can be viewed as the set of all its versions. Also, object versions can be treated as full fledged objects. OODBs also provide systematic support for triggers and constraints which are the basis of active databases. Most, if not all, object-oriented application programs that have database needs will benefit from using an OODB. Ode is an example of an OODB built on C++. (1997-12-07)
ODBMS         
Object orientated Database Management System (Reference: DBMS, DB)
OODB         
Object Oriented Data Base (Reference: OOP, DB)

Wikipedia

Object database

An object database or object-oriented database is a database management system in which information is represented in the form of objects as used in object-oriented programming. Object databases are different from relational databases which are table-oriented. A third type, object–relational databases, is a hybrid of both approaches.

Object databases have been considered since the early 1980s.